home *** CD-ROM | disk | FTP | other *** search
/ Nebula 2 / Nebula Two.iso / SourceCode / Tutorial / Cookbook / 01b.hello.slider.Ch3Ex5 / MyObject.h < prev    next >
Text File  |  1995-06-12  |  222b  |  18 lines

  1.  
  2. /* Generated by Interface Builder */
  3.  
  4. #import <objc/Object.h>
  5.  
  6. @interface MyObject:Object
  7. {
  8.     id    textCell;
  9.     float myFloat;
  10.     char tmp[30];
  11.     char myString[1000];
  12. }
  13.  
  14. - setTextCell:anObject;
  15. - slider:sender;
  16.  
  17. @end
  18.